Newman Run Dashboard

Tuesday, 13 January 2026 07:43:35
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 40.5s
Total data received: 4.3MB
Average response time: 238ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 455 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 455ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b367e1dd-3589-405a-bae7-aee152ec06bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-TzZ5sv0B/q4yJA8Hz2pU88BGTJ4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 455 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 223ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2726c51-1020-4456-841a-c417a3b1fc8c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 219ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a1bc2a5-4885-4434-9aa6-9e9547ff68c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 292fad45-5911-446f-a8eb-2a4266e1c228
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 02f646ef-b9ec-425c-868b-4f504d96066b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 218ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19ce2885-638f-47d7-ad15-176e9e275cfd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 25ce8cff-2607-45c5-967c-0d8bc9ff4fc3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-fXkWwv6NCsVEQci0lBFw7VGeAG8"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":532},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 218ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d8fbf6d-2cba-478e-924b-c895c5462a0e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 12568a80-389a-4f6d-be59-333f85c07132
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-fXkWwv6NCsVEQci0lBFw7VGeAG8"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":532},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7722dd69-78a5-4ef0-a0a1-b2508803cd32
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:42:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 217ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 122066ee-e7e4-4797-b5b3-67a6a79f0b84
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 84ca8608-fc29-424b-afa1-f714e0b51edf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:42:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
randomnumber 134
randomFirstName Jamel
randomLastName Fahey
randomEmail Bertha_Walsh6@yahoo.com
randomPhone 822-943-6310
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 28635259-5a4f-4430-a977-d599e67b0280
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Daryl",
                "last_name": "Hayes",
                "mobile_number": "467-268-9086",
                "mobile_number_alt": "",
                "email_id": "Alf.VonRueden@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"55820234299709",
                "imei1": "55820234299709",
                "imei2": "55820234299709",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-hHIgvhsVE0bZwq1VJJtCMydbJ+4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":153506,"tr_customer_product_id":153496,"job_number":"JOB_153489"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 218ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
randomnumber 763
randomFirstName Pearline
randomLastName Collier
randomEmail Rebeca_Bartell62@hotmail.com
randomPhone 393-494-6851
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c24c798a-6366-4f3c-b033-73420b44c862
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Norris",
                "last_name": "Daugherty",
                "mobile_number": "777-330-9564",
                "mobile_number_alt": "",
                "email_id": "Eliezer60@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"29803249080382",
                "imei1": "29803249080382",
                "imei2": "29803249080382",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 218ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 541
randomFirstName Idell
randomLastName Sanford
randomEmail Jaqueline_Reichel21@yahoo.com
randomPhone 943-639-5700
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 57b72d53-b81e-4776-a08c-294cadaed0ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1060
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Heather",
                "last_name": "Goodwin",
                "mobile_number": "567-294-4934",
                "mobile_number_alt": "",
                "email_id": "Dahlia.Breitenberg@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"71908357535936",
                "imei1": "71908357535936",
                "imei2": "71908357535936",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 217ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
randomnumber 460
randomFirstName Elroy
randomLastName Daugherty
randomEmail Jacinthe_Connelly@yahoo.com
randomPhone 598-364-2169
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 81f7d9b0-8c1e-414e-aed7-5f3f92ff0644
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 219ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
randomnumber 155
randomFirstName Johanna
randomLastName Walter
randomEmail Lucinda.Hilll3@gmail.com
randomPhone 924-407-8252
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 535ba45b-9538-426f-8f41-2785ed7934ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Luz",
                "last_name": "Denesik",
                "mobile_number": "412-201-1970",
                "mobile_number_alt": "",
                "email_id": "Kelton_Prohaska@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000853",
                "imei1": "100000853",
                "imei2": "100000853",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 219ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
randomnumber 428
randomFirstName Evans
randomLastName Streich
randomEmail Malinda_Swift60@gmail.com
randomPhone 447-889-3853
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ea93890-ab57-4e95-92c3-8a8e3a334df8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1795196b-49ad-469b-85b5-e93b36f6fbdf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Ph3FfIjExg9TWmvxIVMgabEYcf0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":533},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 572ms
Mean size per request: 517.12KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9fc9364a-e371-4a7c-86a8-ce68f71922b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"81477-R57L1PnNV7oYNEC2RpSgeXlX0IY"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153487,"job_number":"JOB_153487","tr_customer_id":153504,"tr_customer_product_id":153494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:43.000Z","modified_at":"2026-01-13T07:42:55.000Z","name":"Raven Schultz","mobile_number":"321-316-3477","email_id":"Johathan25@hotmail.com","dop":"2025-04-06","serial_number":"10883322293771","imei1":"10883322293771","imei2":"10883322293771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-13T07:42:55.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:36.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:42:58.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 402e2b05-8140-4b7f-bfe0-f35a291937d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/153489
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 69240735-c53a-48c1-b766-6537653522ca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c60ebf6b-d679-4e24-8dc9-b2191dbf6297
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-zz1M3sCuv4lPDsoLeaSt4XCfhds"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODB9.YcWq4AGvdMF1ABTEo-uB2RNQ3hYaEZuI_9R3VuNQpaE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODB9.YcWq4AGvdMF1ABTEo-uB2RNQ3hYaEZuI_9R3VuNQpaE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a97e1476-af22-4d94-a119-79660da407e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODB9.YcWq4AGvdMF1ABTEo-uB2RNQ3hYaEZuI_9R3VuNQpaE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 53e8f360-d0cf-4506-975c-18115338d767
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-r2xHC/svp+PC9FKmOyFVqvGUFyQ"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":371},{"label":"Pending for repair","key":"pending_for_repair","count":9},{"label":"Pending for delivery","key":"pending_for_delivery","count":3}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 360.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e40343a1-008c-4dac-9a6a-dfea6f34afad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5a393-svAE86Z7e0GYhOAGboXYFF4VkeY"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:42:58.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODB9.YcWq4AGvdMF1ABTEo-uB2RNQ3hYaEZuI_9R3VuNQpaE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 90e35eeb-d3e5-4a0d-9a46-fa5957044a1a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODB9.YcWq4AGvdMF1ABTEo-uB2RNQ3hYaEZuI_9R3VuNQpaE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a8ac1e07-b6c9-4735-bf0b-747c075ba09f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 153489,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 359.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODB9.YcWq4AGvdMF1ABTEo-uB2RNQ3hYaEZuI_9R3VuNQpaE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9357cb6d-3b7e-4c9b-bdaf-8cf5128e7945
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"59fb4-NIAprbB1XEwspazxbRJQGgA8/A8"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6af26153-537d-4612-ba5d-cf7f1fe9019b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-2yigosvemQ8Z8xv2zX+71rELVdA"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec783fd8-ea9d-46f7-885e-213ec093bf3f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 165B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7426e59c-2f1c-478f-ba19-f59b35bcab9b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 165
ETag W/"a5-LzNSn5GKu7/CgiwUoePIoXWtQnY"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":10},{"label":"Repair completed","key":"repair_completed","count":162}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 8.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d0c6e3a8-d2a4-413a-ad52-c6760006515d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"22a7-kNwPMyICXJSGcbiyU3fVgO4LoNM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:02.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:43:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8dfc6ba8-c81a-4d71-b39e-3bcfa6ef72cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 303ms
Mean size per request: 10.46KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c7fbdf36-639d-4658-9173-58b8c2735645
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"29d2-tUW0uNI7YSjCUO27p64lhTPPom0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:02.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:43:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":153489,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T07:42:58.000Z"}],"quatations":[]},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153277,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:15.000Z"}],"quatations":[]},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153274,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:05.000Z"}],"quatations":[]},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153271,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:55:54.000Z"}],"quatations":[]},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153266,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:46.000Z"}],"quatations":[]},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153263,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:35.000Z"}],"quatations":[]},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153260,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:23.000Z"}],"quatations":[]},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153257,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:49:11.000Z"}],"quatations":[]},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153254,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:48:59.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 64482931-9276-4aaa-9f1f-ab4079e5fca9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODJ9.yevUIEjxzWjyFMHaMRxFcw9CRhpQuPleBiOOkEhM8lk
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da8fcb15-0427-4110-b6c1-f8796806e178
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":153489,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5aa070e-b212-46bd-ba8e-2ab05b8a1573
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-H5/KUoOUr/6yVsMchvvvUsGsjEk"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9a2d65de-4c18-429b-902e-9561a73aa97c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7fb79a09-2cb4-4593-bab8-32ae97c12d63
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-rgE2lbWVqp1pw5a21La8KzupCo4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":4},{"label":"QC Completed","key":"qc_completed","count":160},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9fd280fd-54c9-49b2-a05f-d5706e90c8b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 154.46KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1413e2e2-1af6-447b-a53c-16b4aea89ad0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"269d9-2XnsxykUleRfJDRNZ6ns7SxXurk"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:36.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 305ms
Mean size per request: 3.91KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 35f77597-f67f-4821-b9be-870798b37fb6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"fa6-LxrKfY1fpOQn01rT+rU8DhNgTxM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153487,"job_number":"JOB_153487","tr_customer_id":153504,"tr_customer_product_id":153494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:43.000Z","modified_at":"2026-01-13T07:43:03.000Z","name":"Raven Schultz","mobile_number":"321-316-3477","email_id":"Johathan25@hotmail.com","dop":"2025-04-06","serial_number":"10883322293771","imei1":"10883322293771","imei2":"10883322293771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:04.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:43:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e0365690-45f5-43a9-beb0-199318eb27b7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 153489
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 310ms
Mean size per request: 2.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE4NH0.O7HxDm_0j4Nko0Mpl6Z2rRUGCrjFmN7Emm1Za3JTfvE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 841c241e-a7f5-4a1d-9fe3-1e56877ada16
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bc8-WYWQnGm9JiJewJwOBFZy/HtcVMY"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153487,"job_number":"JOB_153487","tr_customer_id":153504,"tr_customer_product_id":153494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:43.000Z","modified_at":"2026-01-13T07:43:03.000Z","name":"Raven Schultz","mobile_number":"321-316-3477","email_id":"Johathan25@hotmail.com","dop":"2025-04-06","serial_number":"10883322293771","imei1":"10883322293771","imei2":"10883322293771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3ae675ca-dfe6-4f41-8872-502e2fafbd61
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-ggg9qEsdn6UftquNMhDUvO5Ya9o"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODZ9.DSiAwbLyBp7fmTT-W-rheYuE0G8Iz5MtHWVxD6-N6fo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 472ad454-f12b-48d1-90e7-6f6a3ff2d238
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 129a02b6-ad15-4368-b166-cc50e4b1eb51
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-LwgfVXK+/fUtvq7M+L9bsDMY8X0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":533},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 3.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83872221-34a1-4d42-9e0c-e42b4fc3a9db
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f74-DKViUeOxI18Dyw/Y+SSnTEutIGs"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:06.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:43:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 3.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 861547b2-d408-43ae-b906-7c3eb5e246af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f74-DKViUeOxI18Dyw/Y+SSnTEutIGs"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:06.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:43:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b20162a-f5cb-41fd-ab99-19ccc26334e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 153489
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 235ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c664a619-2ad3-4346-936c-94e4d18b617f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/153489
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxNzR9.wbA7-pqjaAeo6oNhbAGsbUvB1SvOVS0sCpiapu2kyi4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a2b4412b-af44-4c70-8b39-e0ae829c5751
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4b4a9666-c4f1-498c-82a1-97d325de2ef5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-E0oRaVKCa9DlU47usdiNSY+yAYA"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 221ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a3b924f-2197-4604-83a4-8074612262cd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 219ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c6c7b72d-d6da-4f7c-b813-4eb270f0d587
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aabc0119-6e0e-4624-a8d6-a3b56441acfb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 51168a7e-e8b7-484d-bbbf-c49330546a35
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 657ef4b4-ad7e-4565-9602-093aa58104d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e54a1e5e-6f37-4a1b-8a70-e2c141c94580
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Ph3FfIjExg9TWmvxIVMgabEYcf0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":533},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 217ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e002826b-13b2-4bd7-bce7-e7b7e94ee329
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6b0d7970-1ea7-49d4-b8fd-03df72571af2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Ph3FfIjExg9TWmvxIVMgabEYcf0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":533},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 91bc4524-e094-43d3-b8c4-cfba227d9a66
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 217ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 361c4b7b-c2a5-42c3-9a99-1c9f70fb0eef
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73bdc66e-72a7-4a87-bba6-011668bb741f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
randomnumber 826
randomFirstName Keeley
randomLastName Senger
randomEmail Brody_Kuhic30@gmail.com
randomPhone 567-708-2075
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 306925ef-54b2-4d14-a65f-32970cdd9dca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1046
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Albin",
                "last_name": "Jones",
                "mobile_number": "911-877-6487",
                "mobile_number_alt": "",
                "email_id": "Dolly3@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"32468731175558",
                "imei1": "32468731175558",
                "imei2": "32468731175558",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-qiMWajTtii66o/4UHnwyd5KtBPc"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":153507,"tr_customer_product_id":153497,"job_number":"JOB_153490"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 217ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
randomnumber 109
randomFirstName Cristian
randomLastName Sawayn
randomEmail Amelie.Ondricka@gmail.com
randomPhone 306-605-2476
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 97c7e9d7-a168-4ca2-8ff5-18b430b47d80
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Alessandro",
                "last_name": "O'Connell",
                "mobile_number": "532-232-4237",
                "mobile_number_alt": "",
                "email_id": "Dusty53@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"57124727783696",
                "imei1": "57124727783696",
                "imei2": "57124727783696",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 218ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODB9.YcWq4AGvdMF1ABTEo-uB2RNQ3hYaEZuI_9R3VuNQpaE
randomnumber 865
randomFirstName Rosemary
randomLastName Parker
randomEmail Lily.Hilll@hotmail.com
randomPhone 857-809-7534
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e571879-69f7-49f4-a50b-d4f44bf48cc3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Roman",
                "last_name": "O'Conner",
                "mobile_number": "555-530-5620",
                "mobile_number_alt": "",
                "email_id": "Keara_Skiles@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"42206715448374",
                "imei1": "42206715448374",
                "imei2": "42206715448374",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 218ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
randomnumber 376
randomFirstName Arno
randomLastName Jaskolski
randomEmail Garrett44@yahoo.com
randomPhone 835-316-0423
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 133c3297-34e2-4e03-b15f-3a8fd5b12bfc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 219ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
randomnumber 373
randomFirstName Naomie
randomLastName Quigley
randomEmail Salvatore.Abshire@yahoo.com
randomPhone 358-349-6703
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f20f91df-36c1-442a-a6fb-1223a115d4f5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1037
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Paxton",
                "last_name": "Kertzmann",
                "mobile_number": "877-529-5942",
                "mobile_number_alt": "",
                "email_id": "Telly52@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000126",
                "imei1": "100000126",
                "imei2": "100000126",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 218ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
randomnumber 569
randomFirstName Norris
randomLastName Lind
randomEmail Demetrius_Bins@hotmail.com
randomPhone 273-235-1945
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3f057ffc-9f10-4ae2-bfa8-3cea3739057c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f2d1161e-6541-498c-81f0-26595e56f141
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-X/xPsG9Ws4rq3JtFgdr3QhWljIw"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":534},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 518.08KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8564c612-6bbc-44de-9122-d9705f418e49
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8184f-D3fRRbriPsZEx6rjK6dWFNBx5Tw"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153487,"job_number":"JOB_153487","tr_customer_id":153504,"tr_customer_product_id":153494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:43.000Z","modified_at":"2026-01-13T07:43:12.000Z","name":"Raven Schultz","mobile_number":"321-316-3477","email_id":"Johathan25@hotmail.com","dop":"2025-04-06","serial_number":"10883322293771","imei1":"10883322293771","imei2":"10883322293771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:36.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:07.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:11.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 54d1cdfd-d1d5-46d5-8c6c-b2aa39d86ab6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/153490
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0c74afa-c7d3-4c2a-8df6-5681e0615e9d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5f939f7a-625c-494b-825f-6922763d3ed8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-OUeYAfoiXKIns0GK4+U6BnIaAsY"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTR9.HGDFZJjscRzLbfXRwmpx_lTDnBnNOkNWxsWQZ6So-wg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTR9.HGDFZJjscRzLbfXRwmpx_lTDnBnNOkNWxsWQZ6So-wg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cdb2cfad-3eda-4e0b-b7d7-e7ed1b4796f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTR9.HGDFZJjscRzLbfXRwmpx_lTDnBnNOkNWxsWQZ6So-wg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b789540-b089-4135-b8a6-81f206061d2c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-T7dIFhqwIcpPxMde1f5+OpGtAKU"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":371},{"label":"Pending for repair","key":"pending_for_repair","count":8},{"label":"Pending for delivery","key":"pending_for_delivery","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 360.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9e7e271-1bf8-47fa-b64a-e23f38b55517
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5a38e-hpGqMvaHhZM8qqQyN9lVbw80N5Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:11.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTR9.HGDFZJjscRzLbfXRwmpx_lTDnBnNOkNWxsWQZ6So-wg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8eaa6f12-305e-4e14-9cb1-67138b42265e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTR9.HGDFZJjscRzLbfXRwmpx_lTDnBnNOkNWxsWQZ6So-wg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb1860f4-d9fd-453e-9987-d0189908fb8c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 153490,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 359.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTR9.HGDFZJjscRzLbfXRwmpx_lTDnBnNOkNWxsWQZ6So-wg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 94aa897e-097e-45c0-a861-a3681079bc6d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"59fb4-NIAprbB1XEwspazxbRJQGgA8/A8"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c0780d23-24f6-46c6-a781-29fc17b11c09
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-05XixtoUjieWMOxM72awywufMNA"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2515ecb9-53dd-4edd-a10b-0b8981d7cf54
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 84bf0c36-0754-4d9a-b762-64061d1db421
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-iZSljBU2p+Iu3LwGs49+zw1JhcA"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":9},{"label":"Repair completed","key":"repair_completed","count":164}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 8.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 01036bb5-c67a-45f8-b62b-a38f1af76a80
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"22a2-lz8e9qh875lTK2ZTLK0wU5XziTE"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:15.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:43:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d096dd23-2776-47e8-bd3a-b2bb48c9a956
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 10.45KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78ddc656-b03c-4146-9c6d-02aca87851fd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"29cd-A1LsVIPbmdHb2W0P6mSvcmFSL5c"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:15.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:43:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":153490,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T07:43:11.000Z"}],"quatations":[]},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153277,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:15.000Z"}],"quatations":[]},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153274,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:05.000Z"}],"quatations":[]},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153271,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:55:54.000Z"}],"quatations":[]},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153266,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:46.000Z"}],"quatations":[]},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153263,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:35.000Z"}],"quatations":[]},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153260,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:23.000Z"}],"quatations":[]},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153257,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:49:11.000Z"}],"quatations":[]},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153254,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:48:59.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 873367f8-b294-4ae3-85ba-c9c196693088
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTV9.cZZzIE0LUk4OKMFyj0KmFHzbovrc_cCwzazX79QE1gA
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d7cb981-fe72-4fc7-a9ce-8542b7afe673
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":153490,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e6080ada-f4ef-4bf4-8abf-cf9d1ac08863
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-xXvbQwgzXdK9VDthDl1tIfqQOuY"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73a2881e-8b13-4088-8fb9-ff3e87324b94
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0223efd8-7200-4819-9927-e909062319b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-0XN9hBP5lDq0+Uu9r506jMPtBsM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":162},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8b53c746-4025-4584-92b8-0b64ab9ee247
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 156.39KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 72a6bb65-1f3e-4648-81d3-19e7e4055e07
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2718f-GHuq7l089U/b5mle5oI2mdlJl9E"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:07.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:36.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153487,"job_number":"JOB_153487","tr_customer_id":153504,"tr_customer_product_id":153494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:43.000Z","modified_at":"2026-01-13T07:43:18.000Z","name":"Raven Schultz","mobile_number":"321-316-3477","email_id":"Johathan25@hotmail.com","dop":"2025-04-06","serial_number":"10883322293771","imei1":"10883322293771","imei2":"10883322293771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 2.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d8f79b1a-96ea-4ff0-898e-be07aeb32721
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bbd-DxAxdolCQO87PfvXEti6EDKmcsc"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:17.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0f591415-c1b5-442d-ae06-a113bc34af6b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 153490
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 306ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDE5N30.8qtGXbQSwkcw57WVMT8Qf8wumOc90iSQNeU19LcR6VY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c9c2f6b-4175-4230-955b-a5de2a126144
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e4-hEErjhbviXJE0Ftd/XvKjP62L9Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf344b03-e247-4f11-93b0-25dee478a778
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-mYyjeNXQcahe6jF5xnoA8m3MRN8"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDB9.Fr0x-n6wNweZnkkHxKAmnBz8RwHkjLazkaFJaCtyl7g"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3e0e6042-0d31-41ac-81c2-b7f0bb3a80cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8263fb64-d199-4115-9e93-023da113c7e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-X/xPsG9Ws4rq3JtFgdr3QhWljIw"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":534},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 3.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 30e26a29-6b0e-4995-820b-1ba9fe69f1d3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f6f-9gDhMlfshUVO959P24Uxuy1gRoA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:19.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 3.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d05e501-1e7a-440e-a8a6-f4842e2a13e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f6f-9gDhMlfshUVO959P24Uxuy1gRoA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:19.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83f9d4d4-f446-4dfd-a370-aa75307062d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 153490
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d28ff44-c3d2-411c-99a2-c6d029389b7c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/153490
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxODh9.0fuS1Mu8sxnslS4h2roUNDj2lxpH9C_dCKN8bxDJTDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83d3437f-9c1a-45d0-953d-3c2d990d58df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a86b1897-31a4-493c-99d8-5e2daac86f47
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-jQkpSIEaxoVE0yTy6OAsSgw4fSs"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 220ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb8817d7-20f3-42bd-954e-ea3f5b374016
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 218ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 546207b2-5935-40f3-a672-9cfc6354bbc9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 810c2b8c-d848-47ad-bdb6-97d9a7d45695
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8f135ce3-f95f-4b47-a8d7-b5aaef11b112
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 217ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e9017bf-1aee-4de3-9b35-67d429c20d46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0342ae9a-49c3-4277-a6a7-145011aae757
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-zmPd7AHCgLr9c2Uucximd/BOdhQ"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":534},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 217ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 89f7a9e0-3fd4-44a9-9b2b-7d47eb78cb31
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3f8ce7be-5264-4810-9c61-4a43464bb14b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-zmPd7AHCgLr9c2Uucximd/BOdhQ"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":534},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 53fc0b2f-3ec6-401c-b0b9-9bce46c0e500
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 217ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ede60306-6077-4274-a141-2e0da1a119bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6581a7f3-075d-4ae0-89ef-cddf60dacc21
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
randomnumber 630
randomFirstName Kallie
randomLastName Tremblay
randomEmail Kameron_Blick72@yahoo.com
randomPhone 627-614-4384
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e16b2823-1e63-4e8f-b550-1d47c9a0c728
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1046
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Rocky",
                "last_name": "Lind",
                "mobile_number": "506-802-2771",
                "mobile_number_alt": "",
                "email_id": "Everett54@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"56903989416853",
                "imei1": "56903989416853",
                "imei2": "56903989416853",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-JM6qlGqwQA/900SIvlTaiHJWPuc"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":153508,"tr_customer_product_id":153498,"job_number":"JOB_153491"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 218ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
randomnumber 474
randomFirstName Marta
randomLastName Barton
randomEmail Ahmed57@hotmail.com
randomPhone 504-886-8160
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 107c0939-8c01-4950-84f6-b7426b6e8230
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Rose",
                "last_name": "Stokes",
                "mobile_number": "256-242-0945",
                "mobile_number_alt": "",
                "email_id": "Carlee_Muller27@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"37081006887879",
                "imei1": "37081006887879",
                "imei2": "37081006887879",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 219ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAxOTR9.HGDFZJjscRzLbfXRwmpx_lTDnBnNOkNWxsWQZ6So-wg
randomnumber 884
randomFirstName Robyn
randomLastName Effertz
randomEmail Dandre_Block35@gmail.com
randomPhone 542-431-0575
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c636d02-10f5-44f5-9742-26570d1e4239
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Greyson",
                "last_name": "Larkin",
                "mobile_number": "956-578-0208",
                "mobile_number_alt": "",
                "email_id": "Leda_Kirlin@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"11898207085469",
                "imei1": "11898207085469",
                "imei2": "11898207085469",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 218ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
randomnumber 161
randomFirstName Yvonne
randomLastName Friesen
randomEmail Judge88@hotmail.com
randomPhone 311-247-8522
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 673f4f42-8768-46ba-8091-0220c75c46ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 219ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
randomnumber 545
randomFirstName Allene
randomLastName Ankunding
randomEmail Shyann.Considine@hotmail.com
randomPhone 481-685-1832
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4de2e002-38cc-4e89-bfcc-76cce29b7e5e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1036
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Deven",
                "last_name": "Abshire",
                "mobile_number": "818-397-2492",
                "mobile_number_alt": "",
                "email_id": "Tiffany11@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000962",
                "imei1": "100000962",
                "imei2": "100000962",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 218ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
randomnumber 511
randomFirstName Danielle
randomLastName O'Connell
randomEmail Devonte29@gmail.com
randomPhone 332-691-8693
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 12614b4a-b210-45b5-bfaf-cd92fa775b86
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7433b81d-73c7-4dcb-a065-7097aa5a2800
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-XGBFflxayGy6m0zWvN9Gh2kRKfY"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":535},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 337ms
Mean size per request: 519.04KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3da45032-512c-4eac-901c-6c6651873989
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"81c25-Brka7l85k+6732WTN+JdP/e98fY"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153487,"job_number":"JOB_153487","tr_customer_id":153504,"tr_customer_product_id":153494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:43.000Z","modified_at":"2026-01-13T07:43:18.000Z","name":"Raven Schultz","mobile_number":"321-316-3477","email_id":"Johathan25@hotmail.com","dop":"2025-04-06","serial_number":"10883322293771","imei1":"10883322293771","imei2":"10883322293771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:36.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:07.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:21.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153491,"job_number":"JOB_153491","tr_customer_id":153508,"tr_customer_product_id":153498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:24.000Z","modified_at":"2026-01-13T07:43:24.000Z","name":"Rocky Lind","mobile_number":"506-802-2771","email_id":"Everett54@yahoo.com","dop":"2025-11-04","serial_number":"56903989416853","imei1":"56903989416853","imei2":"56903989416853","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 87402efb-189f-4a4f-a77f-82e02a63d37b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/153491
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1d2f7ed-dc62-435b-a581-9dfe39755a6a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 44520b6e-4479-48f1-8a72-995ef3a7e285
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-rbX4Jc/Y7YVDb2uMGX8/XwPDDmQ"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDd9.xfk8j5H3JeKcPmrmUmYbiHDgIVMt9wSem3S9L7_Osl4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDd9.xfk8j5H3JeKcPmrmUmYbiHDgIVMt9wSem3S9L7_Osl4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 905be9c2-6b52-4a6b-964e-036cb3c56c01
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDd9.xfk8j5H3JeKcPmrmUmYbiHDgIVMt9wSem3S9L7_Osl4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 495cf8b4-8f66-4783-88eb-e8583b54fdee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-7b2tUsJx59doUoQ1sf9326+5pbw"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":371},{"label":"Pending for repair","key":"pending_for_repair","count":8},{"label":"Pending for delivery","key":"pending_for_delivery","count":3}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 360.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a0457d8-55e9-4dc5-8101-4188302b5f62
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5a38e-shTAPasWEwSH4X4fSYesVWGjaA0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153491,"job_number":"JOB_153491","tr_customer_id":153508,"tr_customer_product_id":153498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:24.000Z","modified_at":"2026-01-13T07:43:24.000Z","name":"Rocky Lind","mobile_number":"506-802-2771","email_id":"Everett54@yahoo.com","dop":"2025-11-04","serial_number":"56903989416853","imei1":"56903989416853","imei2":"56903989416853","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDd9.xfk8j5H3JeKcPmrmUmYbiHDgIVMt9wSem3S9L7_Osl4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b091d8e6-dc15-4448-9f9d-5171a13be45b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDd9.xfk8j5H3JeKcPmrmUmYbiHDgIVMt9wSem3S9L7_Osl4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 553eabf6-65b0-4c50-a851-80ca3379bd7a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 153491,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 359.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDd9.xfk8j5H3JeKcPmrmUmYbiHDgIVMt9wSem3S9L7_Osl4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 689deebe-016b-43c1-adfb-5fa82e85364b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"59fb4-NIAprbB1XEwspazxbRJQGgA8/A8"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153469,"job_number":"JOB_153469","tr_customer_id":153486,"tr_customer_product_id":153476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:11.000Z","modified_at":"2026-01-13T07:36:11.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153470,"job_number":"JOB_153470","tr_customer_id":153487,"tr_customer_product_id":153477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:36:14.000Z","modified_at":"2026-01-13T07:36:14.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153471,"job_number":"JOB_153471","tr_customer_id":153488,"tr_customer_product_id":153478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153472,"job_number":"JOB_153472","tr_customer_id":153489,"tr_customer_product_id":153479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153473,"job_number":"JOB_153473","tr_customer_id":153490,"tr_customer_product_id":153480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153474,"job_number":"JOB_153474","tr_customer_id":153491,"tr_customer_product_id":153481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:32.000Z","modified_at":"2026-01-13T07:37:32.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153475,"job_number":"JOB_153475","tr_customer_id":153492,"tr_customer_product_id":153482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153476,"job_number":"JOB_153476","tr_customer_id":153493,"tr_customer_product_id":153483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:33.000Z","modified_at":"2026-01-13T07:37:33.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153477,"job_number":"JOB_153477","tr_customer_id":153494,"tr_customer_product_id":153484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Chandan Tandon","mobile_number":"702110672","email_id":"agneya.johar@hotmail.com","dop":"2026-01-03","serial_number":"773900387148193","imei1":"773900387148193","imei2":"773900387148193","popurl":"www.darshwana-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153478,"job_number":"JOB_153478","tr_customer_id":153495,"tr_customer_product_id":153485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:37.000Z","modified_at":"2026-01-13T07:37:37.000Z","name":"Diksha Jain","mobile_number":"709277708","email_id":"agrata.singh@hotmail.com","dop":"2026-01-03","serial_number":"425588832669451","imei1":"425588832669451","imei2":"425588832669451","popurl":"www.deeksha-butt.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153479,"job_number":"JOB_153479","tr_customer_id":153496,"tr_customer_product_id":153486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Jagadisha Patel","mobile_number":"701674914","email_id":"rukhmani.chaturvedi@hotmail.com","dop":"2026-01-03","serial_number":"778808256971438","imei1":"778808256971438","imei2":"778808256971438","popurl":"www.sweta-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153480,"job_number":"JOB_153480","tr_customer_id":153497,"tr_customer_product_id":153487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Akshaj Iyer","mobile_number":"701427367","email_id":"shubhaprada.mahajan@yahoo.co.in","dop":"2026-01-03","serial_number":"464295540592311","imei1":"464295540592311","imei2":"464295540592311","popurl":"www.girish-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153481,"job_number":"JOB_153481","tr_customer_id":153498,"tr_customer_product_id":153488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:38.000Z","modified_at":"2026-01-13T07:37:38.000Z","name":"Mohinder Malik","mobile_number":"708550867","email_id":"dhatri.shukla@gmail.com","dop":"2026-01-03","serial_number":"852719842424694","imei1":"852719842424694","imei2":"852719842424694","popurl":"www.daksha-shah.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153482,"job_number":"JOB_153482","tr_customer_id":153499,"tr_customer_product_id":153489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153483,"job_number":"JOB_153483","tr_customer_id":153500,"tr_customer_product_id":153490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153484,"job_number":"JOB_153484","tr_customer_id":153501,"tr_customer_product_id":153491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153485,"job_number":"JOB_153485","tr_customer_id":153502,"tr_customer_product_id":153492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:42.000Z","modified_at":"2026-01-13T07:37:42.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153486,"job_number":"JOB_153486","tr_customer_id":153503,"tr_customer_product_id":153493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:37:50.000Z","modified_at":"2026-01-13T07:37:50.000Z","name":"Brenda Skiles","mobile_number":"280-594-4792","email_id":"Kellen_Feil46@hotmail.com","dop":"2025-04-06","serial_number":"10128620673737","imei1":"10128620673737","imei2":"10128620673737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153488,"job_number":"JOB_153488","tr_customer_id":153505,"tr_customer_product_id":153495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:44.000Z","modified_at":"2026-01-13T07:42:44.000Z","name":"Genevieve Harvey","mobile_number":"242-407-1069","email_id":"Barney71@yahoo.com","dop":"2025-04-06","serial_number":"18229176254348470","imei1":"18229176254348470","imei2":"18229176254348470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153466,"job_number":"JOB_153466","tr_customer_id":153483,"tr_customer_product_id":153473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:41.000Z","modified_at":"2026-01-13T07:31:41.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Aileen_Leannon@yahoo.com","dop":"2025-07-02","serial_number":"18326947329048","imei1":"18326947329048","imei2":"18326947329048","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153467,"job_number":"JOB_153467","tr_customer_id":153484,"tr_customer_product_id":153474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:31:58.000Z","modified_at":"2026-01-13T07:31:58.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Anabel.Aufderhar@gmail.com","dop":"2025-07-02","serial_number":"13882830104200","imei1":"13882830104200","imei2":"13882830104200","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:31:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153468,"job_number":"JOB_153468","tr_customer_id":153485,"tr_customer_product_id":153475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:32:15.000Z","modified_at":"2026-01-13T07:32:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rosa.Grant77@hotmail.com","dop":"2025-07-02","serial_number":"17782904896561","imei1":"17782904896561","imei2":"17782904896561","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 28e64fa3-15db-4ade-b68d-e6ecff9ed2cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-0LjQjnZwkyxxwWTNWVVsTWHsILw"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 517f952a-ce05-445f-b741-f26a147b23bc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06a8cb39-6de0-41e5-b68f-f7b52ae7533b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-5R7ru8uDcriBwy8+ODrWIYbGg9w"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":9},{"label":"Repair completed","key":"repair_completed","count":165}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 8.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ab1af7f-c91c-48a2-8b43-291805a902b7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"22a2-8VOw5EPZMKbD/if3CadqoZGdcPg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153491,"job_number":"JOB_153491","tr_customer_id":153508,"tr_customer_product_id":153498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:24.000Z","modified_at":"2026-01-13T07:43:28.000Z","name":"Rocky Lind","mobile_number":"506-802-2771","email_id":"Everett54@yahoo.com","dop":"2025-11-04","serial_number":"56903989416853","imei1":"56903989416853","imei2":"56903989416853","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:43:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b65809a0-9fb2-4d76-a566-d8e5f91a28be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 10.45KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8374d8f9-fee2-47d4-ac31-fbd4dac6b84a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"29cd-q3xETwN3/LbeU11Xl006QTLFVg0"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153491,"job_number":"JOB_153491","tr_customer_id":153508,"tr_customer_product_id":153498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:24.000Z","modified_at":"2026-01-13T07:43:28.000Z","name":"Rocky Lind","mobile_number":"506-802-2771","email_id":"Everett54@yahoo.com","dop":"2025-11-04","serial_number":"56903989416853","imei1":"56903989416853","imei2":"56903989416853","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:43:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":153491,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T07:43:24.000Z"}],"quatations":[]},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153277,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:15.000Z"}],"quatations":[]},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153274,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:05.000Z"}],"quatations":[]},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153271,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:55:54.000Z"}],"quatations":[]},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153266,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:46.000Z"}],"quatations":[]},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153263,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:35.000Z"}],"quatations":[]},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153260,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:23.000Z"}],"quatations":[]},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153257,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:49:11.000Z"}],"quatations":[]},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153254,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:48:59.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 04fb3859-9178-4591-acbb-84e7841cce42
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDl9.gHyYEdIQNU4TRBlPrYEA56L7BQftx8vsM1oG-hti45U
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 535ce261-1ada-4d94-bc23-0691c9cacebd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":153491,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19b00cc7-563e-4753-b554-bcb66fd21b0f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-D8z3+NlUXxxpmL8yx/fV2fAfQ00"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 963773b1-b6b3-4da5-b493-12957e13f0a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 63cff096-f227-400e-b365-359c63af5145
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-01Aj6qNMPzgn6ELMo84XHhBxZ6g"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":163},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a7c4603-fd92-4ffe-8da4-0e10a6e943fb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 157.35KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cc7dada4-5445-4ab3-94aa-f1ec7bf61e0b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"27562-mE5f6YZJRV3ICamSZGcNX1bn9EE"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153490,"job_number":"JOB_153490","tr_customer_id":153507,"tr_customer_product_id":153497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:11.000Z","modified_at":"2026-01-13T07:43:21.000Z","name":"Albin Jones","mobile_number":"911-877-6487","email_id":"Dolly3@hotmail.com","dop":"2025-11-04","serial_number":"32468731175558","imei1":"32468731175558","imei2":"32468731175558","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153489,"job_number":"JOB_153489","tr_customer_id":153506,"tr_customer_product_id":153496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:58.000Z","modified_at":"2026-01-13T07:43:07.000Z","name":"Daryl Hayes","mobile_number":"467-268-9086","email_id":"Alf.VonRueden@yahoo.com","dop":"2025-11-04","serial_number":"55820234299709","imei1":"55820234299709","imei2":"55820234299709","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:36.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153487,"job_number":"JOB_153487","tr_customer_id":153504,"tr_customer_product_id":153494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:42:43.000Z","modified_at":"2026-01-13T07:43:18.000Z","name":"Raven Schultz","mobile_number":"321-316-3477","email_id":"Johathan25@hotmail.com","dop":"2025-04-06","serial_number":"10883322293771","imei1":"10883322293771","imei2":"10883322293771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:43:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 302ms
Mean size per request: 2.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 67b39ff3-e6b1-4da9-b073-b28eaa7074c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bbd-IaXpNq++AICkOsFDB+/lqw3vxjE"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153491,"job_number":"JOB_153491","tr_customer_id":153508,"tr_customer_product_id":153498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:24.000Z","modified_at":"2026-01-13T07:43:30.000Z","name":"Rocky Lind","mobile_number":"506-802-2771","email_id":"Everett54@yahoo.com","dop":"2025-11-04","serial_number":"56903989416853","imei1":"56903989416853","imei2":"56903989416853","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f64666fd-0cf9-4000-b5d9-a932a8fc3ef5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 153491
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 331ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI5MDIxMX0.rqgklV4SSdUS7Vig-e-ygiNTA_JEO9nCkyoVbGN_qoE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 234cbe33-134f-46f8-ad00-b018a8c2316c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e4-hEErjhbviXJE0Ftd/XvKjP62L9Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d59aa637-a979-46e4-ad6c-df171ab579b8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-L8Dw6eVa8t1Hds2FvJsNFi4s6Nk"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMTN9.diukErrFylOkLtrB2F1waNmtAKxPud1u1YvuNa821h4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3cad3ad1-e488-430b-ba2f-4a3a7d348eb5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 235ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 37fec16a-60f7-47cc-8d37-4de87d321ab6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-jb6DvMqZWR4MdBTr9phSo+sqF7I"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":535},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 3.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 41890f93-6aec-4b97-9abc-a5c4ff8859d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f6f-sl0/dkr261CcpmPSXC6H00eMUGA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153491,"job_number":"JOB_153491","tr_customer_id":153508,"tr_customer_product_id":153498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:24.000Z","modified_at":"2026-01-13T07:43:32.000Z","name":"Rocky Lind","mobile_number":"506-802-2771","email_id":"Everett54@yahoo.com","dop":"2025-11-04","serial_number":"56903989416853","imei1":"56903989416853","imei2":"56903989416853","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 3.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 59aa9055-8328-4c11-9e6b-473028f9ee10
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"f6f-sl0/dkr261CcpmPSXC6H00eMUGA"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 13 Jan 2026 07:43:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153491,"job_number":"JOB_153491","tr_customer_id":153508,"tr_customer_product_id":153498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:43:24.000Z","modified_at":"2026-01-13T07:43:32.000Z","name":"Rocky Lind","mobile_number":"506-802-2771","email_id":"Everett54@yahoo.com","dop":"2025-11-04","serial_number":"56903989416853","imei1":"56903989416853","imei2":"56903989416853","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c73a2a92-9478-476b-a7a4-9beb1b302511
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 153491
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e91c087-779d-4ea2-b47e-da2b14bec7c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/153491
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyOTAyMDF9.ktG3HM0e7RX97OcWUbDRjGalOdX9nCjqEkRQtMoFzwQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 70752c45-e349-4722-9774-610b4df5c6f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 13 Jan 2026 07:43:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request